type inference造句
例句與造句
- Type inference is supported only for generic procedures
只有泛型過(guò)程才支持類(lèi)型推理。 - You can invoke type inference only by omitting all the type arguments
只需省略所有類(lèi)型變量,即可調(diào)用類(lèi)型推理。 - Therefore type inference does not work with methods that have no parameters
因此,類(lèi)型推斷不適用于沒(méi)有參數(shù)的方法。 - The same rules for type inference apply to static methods as well as instance methods
相同的類(lèi)型推斷規(guī)則也適用于靜態(tài)方法以及實(shí)例方法。 - The compiler applies type inference logic to all generic methods that share the same name
編譯器向共享相同名稱(chēng)的所有泛型方法應(yīng)用類(lèi)型推斷邏輯。 - It's difficult to find type inference in a sentence. 用type inference造句挺難的
- You cannot invoke type inference on generic classes , structures , interfaces , or delegates
無(wú)法對(duì)泛型類(lèi)、泛型結(jié)構(gòu)、泛型接口或泛型委托調(diào)用類(lèi)型推理。 - Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures
類(lèi)型推斷在編譯時(shí)、編譯器嘗試解析任何重載方法簽名之前進(jìn)行。 - In the overload resolution step , the compiler includes only those generic methods on which type inference succeeded
在重載解析步驟中,編譯器僅包括類(lèi)型推斷取得成功的那些泛型方法。 - If you call the generic procedure supplying an array of a different rank number of dimensions , the mismatch causes type inference to fail
如果所調(diào)用的泛型過(guò)程具有不同秩(維數(shù))的數(shù)組,則秩不匹配將導(dǎo)致類(lèi)型推理失敗。 - I am careful to make this type inference optional , and i think it s probably dangerous to use it as a cornerstone of any processing tool chain
我謹(jǐn)慎地將這種類(lèi)型推斷設(shè)成可選的功能,認(rèn)為如果將其作為所有處理工具鏈條的基礎(chǔ)可能是危險(xiǎn)的。 - Lambda expressions , an evolution of anonymous methods that provides improved type inference and conversions to both delegate types and expression trees
Lambda表達(dá)式,匿名函數(shù)的一種進(jìn)化,為代理類(lèi)型和表達(dá)式樹(shù)提供改良的類(lèi)型推斷結(jié)果和轉(zhuǎn)換。